Filter hook '{$taxonomy}_{$field}_rss'
in WP Core File wp-includes/taxonomy.php at line 1866
Description
Filters the taxonomy field for use in RSS. The dynamic portions of the hook name, `$taxonomy`, and `$field`, refer to the taxonomy slug and field name, respectively.
Occurrences
Filename |
Line Number |
wp-includes/taxonomy.php |
1866 |
Parameters
Type |
Name |
Description |
mixed |
$value |
Value of the taxonomy field. |
PHP Doc
/**
* Filters the taxonomy field for use in RSS.
*
* The dynamic portions of the hook name, `$taxonomy`, and `$field`, refer
* to the taxonomy slug and field name, respectively.
*
* @since 2.3.0
*
* @param mixed $value Value of the taxonomy field.
*/